home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991: Code Warrior / bincue / Code Warrior.bin / Tools & Apps (Moof!) / OS⁄Toolbox / Extensions Manager 1.5 / Notes for Extensions Mgr 1.5 < prev   
Encoding:
Text File  |  1991-08-13  |  5.0 KB  |  102 lines  |  [TEXT/MPS ]

  1. Extensions Manager is © Copyright 1990-91 Apple Computer, Inc. All Rights Reserved.
  2. by Ricardo Batista.   CPU/System Software Group
  3.  
  4. Extensions Manager and EM Extension are free software and can be distributed
  5. freely by individuals.  For Commercial distribution or bulletin board
  6. distribuition please contact Apple Software Licensing.
  7.  
  8. EM is distributed "As is" and unsupported by Apple.  Please don't call
  9. Apple for technical support.
  10. ••••••••••••••••••••••• QUICK DESCRIPTION:  ••••••••••••••••••••••
  11.  
  12. Extensions Manager allows you turn "off" or "on" the code that executes
  13. at startup in certain "extension documents" such as Control Panels,
  14. Chooser devices and INITs (known before as startup documents).
  15.  
  16. With System 7.0 there are a few folders where system extensions can be
  17. located, therefore the old style "INIT Managers" do not work well.
  18.  
  19. ••••••••••••••••••••••••••• FEATURES •••••••••••••••••••••••••••••
  20.  
  21. Extensions Manager is made with System 7.0 in mind.  The main features of
  22. Extensions Manager are:
  23.  
  24. 1)     System 7 folder structure aware. Still compatible with system 6.0.x
  25. 2)*    You can add and remove your own file types.  This is very useful for
  26.     adding other file types which you consider extend your system
  27.     such as debuggers and aliases.
  28. 3)*    Extension sets.  Extension sets allow you to quickly enable or disable
  29.     a colletion of extensions for which you have given a name.  Sets consist
  30.     of a name and a number of file types.  Therefore the name of an extension
  31.     can be changed without having to recreate a set and without worrying about
  32.     the location of an extension.
  33. 4)*    The Startup Items folder is now included in EM.  The standard alias type
  34.     for applications has also been included so you can prevent applications
  35.     from starting automatically whenever you want to.
  36. 2)     Context sensitive help in all dialogs. (aka Balloon Help)
  37. 3)     Icons do not get lost when disabling a system extension.
  38. 4)     Updated as nessesary. (while makes sense)
  39. 5)     System 4.2 to 7.0 compatibility
  40.  
  41. CURRENT VERSION ====>   1.5
  42.  
  43. •••••••••••••••••••••••••• OVERVIEW ••••••••••••••••••••••••
  44.  
  45. Open the Extensions Manager and you will see a list of your system extensions.
  46. Highlited extensions are enabled.  To enable an extension click on its name
  47. so it becomes highlited, to disable an extension click on its name so it
  48. shows unhilighted.
  49.  
  50. To customize the file types EM designates as extensions first click in the
  51. version number button.  This will open a dialog which describes what EM
  52. does and gives you options for recovering Extensions and customizing EM.
  53.  
  54. A new popup menu allows to save the currently highlited set of extensions
  55. as a set.  This menu also allows you to enable, disable and delete sets.
  56.  
  57. The "Recover Extensions" button in the version dialog scans for extensions
  58. disabled by old style "INIT" Managers.  The old style INIT Managers used to
  59. change the file type of an extension so it would not be recognized as an
  60. extension anymore.  Many times people would give someone a copy of an
  61. extension that had been disabled by this method and the result is confusion
  62. and frustration because the file does nothing.
  63. The recovering process consists of changing the file type of modified
  64. extensions to its original state.
  65.  
  66. The "Configure" button in the version dialog shows you two lists of file
  67. types.  The first one is designate as files which require an INIT resource
  68. in order to be recognized as an extension.  The other list contains the
  69. file types for files which are considered an extension without the need
  70. for an INIT resource to be present in them.  In this list you can add
  71. aliases, debuggers, etc.
  72.  
  73. To enable or disable extensions at startup simply keep the space bar down
  74. while your computer is starting.  Extensions Manager will show its window
  75. an allow you to enable and disable extensions before the start process
  76. continues.
  77.  
  78. This release includes an extension called "EM Extension".  Its purpose
  79. is to provide an early way to provide you with the extension enabling/disabling
  80. aid.  This was done because under system 7.x the Extensions Folder is scanned
  81. first, then the Control Panels folder and finally the System Folder.
  82. Since Extensions Manager is a Control Panel by the time it gets executed many
  83. extensions have already been loaded.  EM Extension simply calls Extensions
  84. Manager earlier in the boot process when the space bar is held down.
  85. EM Extension is usefull only if you are using System 7.
  86.  
  87.  
  88.  
  89.  
  90. ••••••••••••••••••••••• RELEASE NOTES: ••••••••••••••••••••••••
  91.  
  92. 1.5        I lied, there was a mispelling in the balloon help of versions
  93.         1.0 and 1.1   In addition, only the main window had balloon help.
  94.         
  95.         Added file type customization.  This interface will be redesigned
  96.         at a later time.
  97.         Added sets and a popup menu for the set functions.
  98.         Corrected the balloon help mispelling.  Balloon help for hierarchical
  99.         menus shows up only for a second.  This is the way the Help Manager
  100.         works.  Balloon help for those items will be removed sometime.
  101.         Added balloon help for all windows and dialogs, and had a couple
  102.         of beers while doing balloon help.